home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2006 September / SAN CD 9-2006 CD-ROM 16.iso / pc / Software / Network Telescope Control / NTC-Setup.Exe / Source / ntc_client_moon.dfm < prev    next >
Encoding:
Text File  |  2005-07-30  |  976 b   |  46 lines

  1. object scope_moon: Tscope_moon
  2.   Left = 35
  3.   Top = 456
  4.   BorderStyle = bsDialog
  5.   Caption = 'NTC Moon panel'
  6.   ClientHeight = 248
  7.   ClientWidth = 248
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCloseQuery = form_close_query
  16.   OnCreate = formcreate
  17.   OnPaint = check_activate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object moon_panel: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 248
  25.     Height = 248
  26.     Align = alClient
  27.     TabOrder = 0
  28.     object moon_group: TGroupBox
  29.       Left = 0
  30.       Top = 0
  31.       Width = 249
  32.       Height = 249
  33.       Caption = 'Moon Group'
  34.       TabOrder = 0
  35.       object moon_shape: TShape
  36.         Left = 32
  37.         Top = 32
  38.         Width = 185
  39.         Height = 185
  40.         Brush.Color = clSilver
  41.         Shape = stCircle
  42.       end
  43.     end
  44.   end
  45. end
  46.